.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h2{ font-size:var(--t1); color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: bold;}
.titles h3{ font-size:40px; color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: 500;text-transform: uppercase;display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;}
.titles h3:after {
    content: "";
    width: 90px;
    height: 5px;
    background: var(--color1);
	margin:15px 0px 30px 0px;display:none;
}

.titles h5{ font-size:18px; line-height:38px;margin-bottom:25px;color:#333;font-weight: 500;}
.titles:before {
    /*content: "";
    position: absolute;
    left: 47%;
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: #e70012;*/
}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    left: 33%;
}
.titles1:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    right: 33%;
}


.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: var(--color1);
    color: #FFFFFF;
    padding: 15px 50px 15px 56px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: var(--color1-h);}


.container {
    max-width: 1230px;
}

.navbar-home.navbar .logo-sm-height{/*display:none;*/}
.navbar-home.navbar .logo-w{display:block;}
.navbar-home{position:fixed; top: 0;width: 100%;z-index: 10001;}
.navbar-home .navbar-nav li a{color:#FFFFFF !important;}
.navbar.headFlex .logo-sm-height{display:block;}
.navbar-home.navbar {background-image: linear-gradient(180deg, rgb(0 0 0 / 50%), transparent);border-bottom:0px;}
.navbar-home.headFlex.navbar{background:#FFFFFF;}
.home-wrap{width:100%; padding:0px 40px; position: relative;}
@media screen and (max-width: 1023px)
{
	.navbar-home.navbar .logo-sm-height{display:block;}
	.navbar-home.navbar .logo-w{display:none;}
	.navbar-home{position:relative; top: 0;width: 100%;z-index: 100;}
	.navbar-home.navbar{background:#ffffff;}
	.titles{padding:20px 15px;}
	.titles h3{margin-bottom: 0px;}
	.titles h5{line-height: 1.5; margin-top:1rem;}
}

@media screen and (max-width: 767px)
{
	.titles h3{font-size: 2.5rem;}
}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
num-section
===========================================*/
.num-section{padding:50px 0px; /*box-shadow: 0px 10px 10px rgba(0,0,0,0.05);*/}
.num-section ul{display:flex;justify-content: center;}
.num-section ul li{width: calc(22% - 1px);
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    padding: 0px 1.5%;
    align-items: center;}
.num-section ul li .num{display:flex; justify-content: center; align-items: center;}
.num-section ul li strong{font-size:60px; font-weight: bold; color:#000000;}
.num-section ul li sup{width:15px; height: 15px; background: var(--color1); display:flex; align-items: center; justify-content: center; color:#FFFFFF; border-radius: 100%; margin-left:10px;}
.num-section ul li:nth-last-child(1){border-right:0px;}


.com-num.wrap{padding:0px 5%;}


.counter-items{width:100%; overflow: hidden;
    display: flex;
    justify-content: space-between;
	height: auto;
    /*box-shadow: 0px 4px 51px 0px rgb(7 0 2 / 18%);*/
	align-items: center;z-index: 10;
	/*border-top:1px solid #eee;margin-top: 50px; padding-top:50px;*/
	padding-bottom:50px;
}
.counter-items .counter-item{padding:20px 0px;position: relative;width: 20%;}
.counter-item .inner-box{width:100%; /*position: relative;*/ height: auto;}
.counter-item .inner-box .desc-box{ width: 100%; padding-top: 0px;color:#fff;text-align: center;/*border-right: 1px solid rgb(0 0 0 / 10%);*/}
.counter-item:nth-last-child(1) .inner-box .desc-box{border-right:0px;}
.counter-item .inner-box .desc-box .counted{position: relative;text-align: center;display: flex; justify-content: center; align-items: flex-end;}
.counter-item .inner-box .desc-box span{font-size: 50px;color: var(--text-dark1-color);font-weight: 500;line-height: 3rem;letter-spacing: -2px;font-family: var(--ff6);}
.counter-item .inner-box .desc-box em{color:var(--text-middle-color);border-radius: 50px;line-height: 35px;font-size: 16px;
display:flex; align-items: center;justify-content: center;padding-bottom: 5px;    margin-left: 5px; }
.counter-item .inner-box .desc-box .desc-box-text{font-size:16px;color: var(--text-dark1-color);text-align: center; font-weight: 500; margin-top: 10px;font-family: var(--ff6-l);font-style:normal;}

.counter-item:hover{background:var(--color1); transition: 0.5s; cursor: pointer;border-radius: 20px;}
.counter-item:hover .inner-box .desc-box em{color: #ffffff;}
.counter-item:hover .inner-box .desc-box span{color:#FFF;}
.counter-item:hover .inner-box .desc-box .counted{color:#FFF;}
.counter-item:hover .inner-box .desc-box .desc-box-text{color:#FFF;}

@media screen and (max-width: 1023px)
{
	.num-section ul{flex-wrap: wrap;}
	.num-section ul li{width:calc(48% - 1px);  margin-top:20px;}
	.num-section ul li:nth-child(2n){border-right:0px;}
	
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
good-section
===========================================*/
.good-section{padding:60px 0px 100px 0px;margin-top: 0px; background-repeat: no-repeat;  background-size: cover;box-shadow: 0px -10px 10px rgba(0,0,0,0.05);}
.good-section .wrap{width:100%;position: relative;}
.good-nav{width:100%;}
.good-nav ul{width: 100%;display: flex;justify-content: space-between;}
.good-nav ul li{margin: 0;width: calc((100% / 4) - 2px);}
.good-nav ul li a{background-image:linear-gradient(0deg, #fdfefe, #f3f5f7); padding:10px 50px;display: block; /*border:2px solid #FFFFFF;*/ box-shadow: 0px 2px 10px rgba(0,0,0,0.05);}
.good-nav ul li .text{display:flex; justify-content: center; flex-direction: row;align-items: center;}
.good-nav ul li .text img{width:80px;transition: 0.5s;}
.good-nav ul li .text i{font-size:40px; color:#333;}
.good-nav ul li .text p{font-size:18px;}
.good-nav ul li:hover a,.good-nav ul li.active a{background:var(--color1);}
.good-nav ul li:hover .text img{transform: scale(1.35); transition: 0.5s;}
.good-nav ul li:hover  .text i,.good-nav ul li.active  .text i{color:#FFFFFF;}
.good-nav ul li:hover  .text p,.good-nav ul li.active  .text p{color:#FFFFFF;}

.good-cont{width:100%; max-width:100%;padding:0px; position: relative; margin: 50px auto 0px auto;z-index: 10;/*background:#FFFFFF;background-image: linear-gradient(180deg, #ffffff, #f5f5f5);*/}
.good-cont-item{display:none;flex-wrap: wrap; box-shadow: 0px 5px 10px rgba(0,0,0,0.05);}
.good-cont-item.active{display:flex;}
.good-cont-item .good-img{overflow: hidden;width:50%; display: flex;justify-content: center; flex-shrink: 0;}
.good-cont-item  .good-img img {
	max-width:100%;
	transition: 1s;
	height: 100%;
}
.good-cont-item:hover .good-img img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.good-cont-item .good-text{flex:1;  padding:50px; display: flex;flex-direction: column;align-items: flex-start;}
.good-text .title{ border-bottom:2px solid rgba(0,0,0,0.05); width:100%; }
.good-cont .good-text h2{font-size:26px; font-weight: bold; padding-bottom:10px; display:inline-block; position: relative;}
.good-cont .good-text h2:before{content:""; display: block; width:100%; height: 2px; background:var(--color1);position: absolute;bottom: -11px;}
.good-cont .good-text .desc{font-size:16px; font-weight: 500; line-height: 28px; color:#333; margin-top:2rem; overflow: hidden;}
.good-text  .btn1{ margin-top:2rem;}
.good-text .btn1 a{font-size:16px;background: var(--color2);}
.good-text .btn1 a:before{background: var(--color1);}

@media screen and (max-width: 1600px)
{
	.good-desc .text p{font-size:16px;margin:10px 0px;}
}
@media screen and (max-width: 1440px)
{
	.good-desc .text p{font-size:14px;margin:10px 0px;}
	.good-conts-item li .Name a{font-size:14px;}
	.good-conts-item ul li{height: auto;}
	.good-conts-item ul li .Img{height: auto;}
	
}
@media screen and (max-width: 1023px)
{
	.good-section{padding-top: 2rem;padding-bottom: 2rem;}
	.good-section .titles h5{}
	.good-section .wrap{flex-direction: column;}
	.good-section .titles{width:100%; padding:20px;}
	.good-section .good-desc{width:100%;padding:0px 5%;}
	
	.good-nav ul{flex-wrap: wrap;}
	.good-nav ul li{width:calc(100% / 2);}
	
	.good-box{margin:0px; padding:0px 15px;}
	.good-col ul{display: flex;width: 100%;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
	.good-col ul li{margin-left: 0rem;margin-bottom: 1rem;width: 50%;}
	.good-col ul li a{font-size: 1rem;}
	.good-nav ul li .text p{flex: 1;}
	.good-cont{margin-top:10px;}
	
	.good-cont-item .good-text{align-items: center;}
}

@media screen and (max-width: 767px)
{
	.good-desc .btn1{display:none;}
	.good-nav ul li a{padding:5px;}
	.good-cont-item .good-img{width:100%;}
	.good-conts-item .goodTu .bt .title .t1{text-align: center;}
}
@media screen and (max-width: 430px)
{
	.good-section .titles h5{font-size: 1rem;margin-top: 1.5rem;}
	.good-col ul{display: flex;width: 100%;flex-direction: column;flex-wrap: wrap;}
	.good-col ul li{margin-left: 0rem;margin-bottom: 1rem;width:100%;}
	.good-nav ul li .text img{width: 60px;}
	.good-nav ul li .text p{font-size:1rem;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

.good-conts-item{display: none;overflow: hidden;transition: 1s;}
.good-conts-item.active{display:block; transition: 1s;}

.good-conts-item ul{width: 100%;overflow: hidden;}
.good-conts-item .list{padding:0px 0px 0px 0px; margin:0 auto; margin-top:25px; width:100%;list-style:none; border:0;}
.row {display: block;flex-wrap: wrap;margin-right: -15px; margin-left: -15px;}
.good-conts-item .goodTu{width:100%; padding:0px 0; float:left;margin:0; list-style:none; border:0;}
.goodTuBox .aboutBdiv2{}
.good-conts-item .goodTu .goodTuBox{ border:1px solid #e9e9e9;margin-right:15px;margin-left:15px;margin-bottom:15px;margin-top:15px;}
.good-conts-item .goodTu .bt{ display:block;background:#f5f5f5;padding: 1rem 2rem !important;}
.good-conts-item .goodTu .bt .title{border-bottom:1px solid #f6f6f6;}
.good-conts-item .goodTu .bt .title .t1{overflow:hidden; font-size:20px !important;}
.good-conts-item .goodTu .bt .title .t1 a{ color:#333333;}
.good-conts-item .goodTu .bt .title .t2{ color:#a0a0a0; overflow:hidden;}

.good-conts-item .goodTu .bt{padding:5.357142857142857vw 0 13.75vw 0;}
.good-conts-item .goodTu .bt .title{margin:0 6.071428571428571vw 0 6.071428571428571vw;}
.good-conts-item .goodTu .bt .title .t1{font-size:4.285714285714286vw;line-height:8.035714285714286vw;height:8.035714285714286vw;}
.good-conts-item .goodTu .bt .title .t2{font-size: 16px !important;line-height: 1.8  !important;height:60px  !important;margin-bottom:10px  !important; color:#666  !important;display: none !important;}

@media (min-width: 557px) {
.good-conts-item .goodTu{width:50%;}
.good-conts-item .goodTu .bt{padding:1.818181818181818vw 0 6.493506493506494vw 0;}
.good-conts-item .goodTu .bt .title{margin:0 2.597402597402597vw 0 2.597402597402597vw;}
.good-conts-item .goodTu .bt .title .t1{font-size:1.948051948051948vw;line-height:3.896103896103896vw;height:3.896103896103896vw;}
.good-conts-item .goodTu .bt .title .t2{ font-size:1.558441558441558vw;line-height:3.896103896103896vw;height:3.896103896103896vw;margin-bottom:1.298701298701299vw;}
}

@media (min-width: 768px) {
.row {display: flex;}
.good-conts-item .goodTu{width:33.33%;}
.good-conts-item .goodTu .bt{padding:1.770833333333333vw 0 4.427083333333333vw 0;}
.good-conts-item .goodTu .bt .title{margin:0 1.979166666666667vw 0 1.979166666666667vw;}
.good-conts-item .goodTu .bt .title .t1{font-size:1.354166666666667vw;line-height:2.291666666666667vw;height:2.291666666666667vw;}
.good-conts-item .goodTu .bt .title .t2{ font-size:1.041666666666667vw;line-height:2.083333333333333vw;height:2.083333333333333vw;margin-bottom:1.197916666666667vw;}
}
@media (width: 1920px) {
.row {display: flex;}
.good-conts-item .goodTu{width:25%;}
.good-conts-item .goodTu .bt{padding:34px 0px 85px 0px;}
.good-conts-item .goodTu .bt .title{margin:0 38px 0 38px;}
.good-conts-item .goodTu .bt .title .t1{font-size:26px;line-height:44px;height:44px;}
.good-conts-item .goodTu .bt .title .t2{ font-size:20px;line-height:40px;height:40px;margin-bottom:23px;}
}


/*caption */
.good-conts-item .aboutBdiv2 a .caption {position: absolute;top: 0;bottom: 0;right: 0;left: 0;display: flex;flex-direction: column;justify-content: center;padding: 15px;
background-color: rgba(0, 111, 180, 0.6);transition: 250ms ease-in-out;}
.good-conts-item .aboutBdiv2 a .caption > * {color: #fff;}
.good-conts-item .aboutBdiv2 a .caption > * + * {margin-top: 5px;}
.good-conts-item .aboutBdiv2 a{position: relative;display: block;text-align: center;overflow: hidden;cursor: pointer;width: 100%;}
.good-conts-item .aboutBdiv2 a img {width: 100%;}
.good-conts-item .aboutBdiv2 a .icon {font-size: 30px;}
.good-conts-item .aboutBdiv2 a .arrow-right {font-size: 30px;}
.good-conts-item .aboutBdiv2 a .list-inline-tag {font-size: 12px;font-style: italic;}
.good-conts-item .aboutBdiv2 a .label-custom {position: absolute;z-index: 11;top: 18px;left: 18px;padding: 2px 7px;font-size: 12px;font-style: italic;background-color: #fff;border-radius: 4px;color: #000;}
.good-conts-item .aboutBdiv2 a img {width: 100%;height: auto;max-width: 100%;}
.good-conts-item .aboutBdiv2 a .caption {opacity: 0;transform: scale(0.8);}

.good-conts-item .aboutBdiv2 a .hover-top-element {opacity: 0;transform: translateY(30px);transition: 250ms 320ms linear;}
.good-conts-item .aboutBdiv2 a .hover-bottom-element {opacity: 0;transform: translateY(-40px);transition: 250ms 320ms linear;}
.good-conts-item .aboutBdiv2 a:hover .hover-top-element, .good-conts-item .aboutBdiv2 a:hover .hover-bottom-element {opacity: 1;transform: translateY(0);}
.good-conts-item .aboutBdiv2 a .icon {display: inline-block;line-height: 1;text-align: center;}
.good-conts-item .aboutBdiv2 a .icon:before{display: inline-block;font-weight: 400;font-style: normal;speak: none;text-transform: none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;}
.good-conts-item .aboutBdiv2 a .linear-icon-picture:before {content:"";background:url(../images/icon_pic.png) no-repeat center center;background-size:30px; width:30px;height:30px;}
.good-conts-item .aboutBdiv2 a .list-inline-tag li {display: inline-block;font-size: 14px;font-style: italic; line-height:22px;}
.good-conts-item .aboutBdiv2 a .linear-icon-plus:before {content: ""; background:url(../images/icon_plus.png) no-repeat center center;background-size:30px; width:30px;height:30px;}
.good-conts-item .aboutBdiv2 a h5, .good-conts-item .aboutBdiv2 a .heading-5 {font-size: 16px;font-weight: 600;line-height: 1.45;}
@media (min-width: 768px) {
    .good-conts-item .aboutBdiv2 a h5, .good-conts-item .aboutBdiv2 a .heading-5 {font-size: 20px;line-height: 1.5;}
}
.good-conts-item .aboutBdiv2 a .divider {display: block;width: 100%;height: 1px;background: #ececee;}
.good-conts-item .aboutBdiv2 a .caption .divider {position: relative;margin-top: 8px;margin-bottom: 8px;max-width: 116px;margin-left: auto;margin-right: auto;}
.good-conts-item .aboutBdiv2 a .caption .divider {background: transparent;}
.good-conts-item .aboutBdiv2 a .caption .divider:before {position: absolute;content: "";display: inline-block;left: 50%;right: 50%;height: 1px;background-color: #fff;transition: 250ms 280ms ease-in-out;}
.good-conts-item .aboutBdiv2 a .small {display: block;font-size: 14px;line-height: 1.71429;}
@media (min-width: 1200px) {
	.good-conts-item .aboutBdiv2 a .small {font-size: 16px;line-height: 1.625;}
}
@media (min-width: 1200px) {
.good-conts-item .aboutBdiv2 a .icon {font-size: 40px;}
.good-conts-item .aboutBdiv2 a .linear-icon-picture:before {content:"";background:url(../images/icon_pic.png) no-repeat center center; background-size:40px; width:40px;height:40px;}
.good-conts-item .aboutBdiv2 a .linear-icon-plus:before {content: "";background:url(../images/icon_plus.png) no-repeat center center; background-size:40px; width:40px;height:40px;}
.good-conts-item .aboutBdiv2 a .caption {padding: 50px 55px 45px;}
.good-conts-item .aboutBdiv2 a .caption > * + * {margin-top: 10px;}
.good-conts-item .aboutBdiv2 a .caption .divider {margin-top: 19px;margin-bottom: 19px;}
.good-conts-item .aboutBdiv2 a .arrow-right {position: absolute;right: 18px;bottom: 13px;}
}
/*caption hover*/
.good-conts-item .aboutBdiv2 a:hover .caption {opacity: 1;transform: scale(1);}
.good-conts-item .aboutBdiv2 a:hover img {filter: blur(3px);}
.good-conts-item .aboutBdiv2 a:hover .caption .hover-top-element, .good-conts-item .caseMenu ul li a:hover  .caption .hover-bottom-element {opacity: 1;transform: translateY(0);}
.good-conts-item .aboutBdiv2 a:hover .caption .divider:before {left: 0;right: 0;}
@keyframes hover-blur {
    100% { filter: blur(3px);}
}



/*readmore*/
.good-conts-item .readmore { width:100%;margin:0 auto;text-align:center;margin-bottom:77px;margin-top:45px;}
.good-conts-item .readmore a{ width:45%; display:block;margin:0 auto;text-align:center; border-radius:5px; background: #61cdda; color:#fff; line-height:40px; height:40px; font-size:14px;}
.good-conts-item .readmore a:hover{background:#59bcc7;}
.good-conts-item .readmore { margin-bottom:13.75vw;margin-top:8.035714285714286vw;}
.good-conts-item .readmore a{ width:40.53571428571429vw;line-height:9.821428571428571vw; height:9.821428571428571vw;font-size:2.857142857142857vw;}	

@media (min-width: 557px) {
.good-conts-item .readmore { margin-bottom:10vw;margin-top:5.844155844155844vw;}
.good-conts-item .readmore a{ width:29.48051948051948vw;line-height:7.142857142857143vw; height:7.142857142857143vw;font-size:2.077922077922078vw;}	
}
@media (min-width: 768px) {
.good-conts-item .readmore { margin-bottom:7.7vw;margin-top:4.5vw;}
.good-conts-item .readmore a{ width:22.7vw;line-height:5.5vw; height:5.5vw;font-size:1.6vw;}	
}

@media (min-width: 1009px) {
.good-conts-item .readmore { margin-bottom:77px;margin-top:45px;}
.good-conts-item .readmore a{ width:227px;line-height:55px; height:55px;font-size:16px;}	
}


.icon2 {display:none;line-height: 1;text-align: center;}
.icon2:before{display: inline-block;font-weight: 400;font-style: normal;speak: none;text-transform: none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;}
.linear-icon-picture2:before {content:"\e70e";}

.good-cont .btn1{    justify-content: center;}
.good-cont .btn1 a{background-color: transparent; border: 1px solid var(--color1); color:var(--color1);    padding: 15px 60px 15px 66px;}
.good-cont .btn1 a:hover:before{background-color:var(--color1);}
.good-cont .btn1 a:hover{color:#FFFFFF;}

/*showMorehandle*/
.good-conts-item .showMorehandle{margin:0 auto;text-align:center;width:45%; display:block;margin:0 auto;border-radius:5px;background: #61cdda;color:#fff;line-height:40px;height:40px;font-size:14px;margin-bottom:77px;margin-top:45px; cursor:pointer;}
.good-conts-item .showMorehandle:hover{background:#59bcc7;}
.good-conts-item .showMorehandle{ margin-bottom:13.75vw;margin-top:8.035714285714286vw;width:40.53571428571429vw;line-height:9.821428571428571vw; height:9.821428571428571vw;font-size:2.857142857142857vw;}	
@media (min-width: 557px) {
.good-conts-item .showMorehandle{ margin-bottom:10vw;margin-top:5.844155844155844vw;width:29.48051948051948vw;line-height:7.142857142857143vw; height:7.142857142857143vw;font-size:2.077922077922078vw;}	
}
@media (min-width: 768px) {
.good-conts-item .showMorehandle { margin-bottom:7.7vw;margin-top:4.5vw; width:22.7vw;line-height:5.5vw; height:5.5vw;font-size:1.6vw;}	
}

@media (min-width: 1009px) {
.good-conts-item .showMorehandle {margin-bottom:77px;margin-top:45px;width:227px;line-height:55px; height:55px;font-size:16px;}	
}




/*============================================
td-section
===========================================*/
.td-section{width:100%; height:710px;background: var(--color1) center no-repeat; background-size: cover; padding:80px 0px 20px 0px;}
.td-section .titles h3,.td-section .titles h5{color:#FFFFFF;}
.td-section .titles h3{font-size:40px; font-weight: bold;}
.td-section .titles h5{font-size:20px;font-family: var(--ff6-l);}
.td-section .titles:before{display:none;}
.td-cont{margin:0px 0px;}
.td-cont ul{marign:0px; padding:0px; display:flex; justify-content: space-between;}
.td-cont ul li{width:calc((100% / 6) - 20px);    margin: 0px; position: relative;max-height: 450px;}
.td-cont ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color1-90);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.td-cont ul li:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	z-index: 0;
}
.td-cont ul li:after {
    /*border-right: 1px solid rgb(255 255 255 / 20%);*/
    content: url("/images/bg/td-line.png");
    position: absolute;
    left: -15px;
    top: 0px;
    height: 100%;
	width:3px;
}
.td-inner{padding:20px;display: flex; flex-direction: column;align-items: center;margin: auto;color: #FFFFFF;}
.td-inner i:before{font-family: "iconfont"; font-size:3rem;border-radius: 100%;  color:#333;width:120px; height: 120px; line-height: 120px;display: block; text-align: center;}

.td-inner i{font-style: normal;
    margin: 30px auto auto auto;
    width: 120px;
    height: 120px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    display: block;background:#8bc34a; border-radius: 100%;}
.td-inner i:before{ font-family: "iconfont"; font-size: 3rem; -webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;  color:#FFFFFF;width:120px; height: 120px; display: block;}
.td-cont ul li:hover .td-inner i:before{ font-family: "iconfont"; color:transparent;  margin: auto 0px;transform: translateY(-120px); display: block;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s; }

.td-inner i:after{ font-family: "iconfont"; font-size: 3rem; -webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;  color:transparent; margin-top:0px;display: block;width:120px; height: 120px; display: block;text-align: center;}
.td-cont ul li:hover .td-inner{color:#fff;}
.td-cont ul li:hover .td-inner i{background: transparent;}
.td-cont ul li:hover .td-inner i:after{ font-family: "iconfont"; color:#ffffff;  margin: auto 0px;transform: translateY(-140px); display: block;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;font-size:5rem;}

.td-inner ul li:hover{/*background:#FFFFFF;*/ color:#333;}

.td-inner h3{font-size:1.4rem; font-weight: bold;margin-top: 2rem;transform: translateY(0px);}
.td-inner h5{font-size:1.2rem; font-weight: 500;margin-top: 1rem;transform: translateY(0px);display: flex;
    flex-direction: column;
    align-items: center;text-align: center;}
.td-inner h5:after{content:"\e6aa";font-family: "iconfont";color:rgb(255 255 255/20%); margin-top:50px;}
.td-inner p{text-align: center; font-size:0.85rem;margin-top:0.5rem; opacity: 0;transform: translateY(0px);}
.td-cont ul li:hover .td-inner h3{transform: translateY(-50px);transition: 0.5s;}
.td-cont ul li:hover .td-inner h5{transform: translateY(-60px);transition: 0.5s;}
.td-cont ul li:hover .td-inner h5:after{display: none;}
.td-cont ul li:hover .td-inner p{transform: translateY(-60px);transition: 0.5s; opacity: 1;}


.td-cont .icon-anquancopy:after {
  content: "\e603";
}
.td-cont .icon-kfx:after {
  content: "\e64c";
}
.td-cont .icon-sheji:after {
  content: "\e66a";
}
.td-cont .icon-jizufadianliang:after {
  content: "\e666";
}
.td-cont .icon-chanpinmoxing:after {
  content: "\e721";
}
.td-cont .icon-fenxi:after {
   content: "\e645";
}

@media screen and (max-width: 1023px)
{
	.td-cont ul li{width:100%;}
	.td-section .titles{padding:20px;}
	
	.td-section .owl-theme .owl-dots{margin-top:0px;}
}

@media screen and (max-width: 767px)
{
	.td-section .titles{padding:20px 15px;}
	.td-section .titles h3{font-size:2rem;}
	
}
@media screen and (max-width: 430px)
{
	.td-section{height:auto; padding:50px 0px 30px 0px;}
	.td-section .titles h3{font-size:1.7rem;}
	.td-section .titles h5{font-size: 1.2rem;margin-top: 5px;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
case-section
===========================================*/
.case-section{padding:80px 0px; marign-top:0px;    box-shadow: 0px -10px 10px rgba(0,0,0,0.05);}
.case-section .titles{}
.case-section .titles h3{flex-direction: row;}
.case-section .titles h3 b{color:var(--color1);}
.case-section .case-wrap{padding:20px 7%; margin: auto; overflow: hidden;}
.case-wrap .case-cont{width:100%; background:#FFFFFF;display: flex;}
.case-cont ul{display:flex; justify-content: space-between; flex-wrap: wrap;}
.case-cont li{width:calc(25% - 20px); margin:0px; padding:0px;justify-content: center;align-items: center; margin:10px auto;}
.case-cont li a{display:flex;flex-direction: column;justify-content: center;align-items: center;}
.case-cont li .img{width:100%;height: auto; overflow: hidden;}
.case-cont li .img img{width:100%; max-width:100%;transition: 0.5s;}
.case-cont li:hover .img img{transform: scale(1.1); transition: 0.35;}
.case-cont li .text{padding:10px 0px;}
.case-cont li:hover .text{color:var(--color1);}
.case-wrap .btn1{justify-content: center; margin-top:2rem;}
.case-wrap .btn1 a{color: var(--color1); padding: 10px 50px 10px 56px; border: 1px solid var(--color1);background-color: transparent;}
.case-wrap .btn1 a:before{background-color:var(--color1);}
.case-wrap .btn1 a:after{color:#FFFFFF;}
.case-wrap .btn1 a:hover{color:#FFFFFF;}
@media screen and (max-width: 1023px)
{
	.case-section .titles h5{font-size: 1rem;    line-height: 1.8;margin-bottom: 0px;}
	.case-cont li{width: 100% !important;    flex-direction: column-reverse;}
	.case-cont li .img{width:100%;}
	.case-cont li .innerbox{padding: 5%;}
	.case-section .titles{padding-bottom:10px;;}
}

@media screen and (max-width: 767px)
{
	.case-section{padding:30px 0px 10px 0px;}
	
}
@media screen and (max-width: 425px)
{
	.case-section .titles h3{flex-direction: column;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
ad-section 
===========================================*/
.ad-section{padding:80px 0px 30px 0px; margin: auto; margin-top:0px; position:relative; margin-top:0px; height: auto; width:100%; background-position: top; background-repeat: no-repeat;}
.ad-section .titles{width:100%;margin:auto; color:#FFFFFF; position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 40px 0px 0px 0px;}
.ad-section .titles h3{font-size:50px;font-weight: bold;color:#FFFFFF;}
.ad-section .titles h3:after{display:none;}
.ad-section .titles h5{font-size:20px;font-weight: 500;text-transform: uppercase;color:#FFFFFF; padding-top:1rem;}


.ad-cont{width:100%;padding: 20px;background-color:#FFFFFF;}
.ad-cont ul{display:flex;flex-wrap: wrap; justify-content: space-between;}
.ad-cont ul li{width:calc((100% / 2) - 40px);margin:40px 20px;transition: 0.3s;}
.ad-cont ul li .img{width:100%; height: auto; overflow: hidden;}
.ad-cont ul li .img img{width:100%; max-width:100%;transition: 0.3s;}
.ad-cont ul li:hover .img img{transform: scale(1.1); transition: 0.5s;}
.ad-cont ul li .text{ padding:20px 0px 0px 0px;}
.ad-cont ul li .text h3{ font-size:26px; font-weight: bold;}
.ad-cont ul li .text .desc{ padding-top:1rem; font-size:16px; line-height: 34px; color:#333; font-weight: 500;}

@media screen and (max-width: 1440px)
{
	.ad-section{padding: 50px 0px 0px 0px;}
	.ad-cont ul li .innerbox{padding: 1rem 3rem 3rem 3rem;}
	.ad-cont ul li .innerbox p{display: none;}
}


@media screen and (max-width: 1023px)
{
	.ad-section{padding:50px 0px;}
	.ad-cont ul li{width:100%;margin: 0;}
	.ad-cont ul li .innerbox p{display:block;}
	.ad-cont .owl-theme .owl-dots{margin:auto; padding:0px 0px 15px 0px;}
	.ad-section .titles h3{font-size:2rem;}
	.ad-section .titles h5{font-size:16px;}
	.ad-cont ul li .text{padding:20px;}
}

@media screen and (max-width: 767px)
{
	.ad-section .titles{padding:0px 2rem;}
}
@media screen and (max-width: 430px)
{
	.ad-section .titles h3 {font-size: 1.5rem;}
	.ad-section .titles h5{font-size:1.2rem;    padding-top: 0px;}
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
com-section
===========================================*/
.com-section{padding:80px 0px; background-color: var(--color1); background-repeat: no-repeat; background-position: right;}
.com-section .com-wrap{display:flex; justify-content: space-between; padding:20px 7%;}
.com-section .com-cont{display:flex; flex-direction: column;  margin-right:80px;align-items: flex-start; width:500px;}
.com-cont .titles{color:#FFFFFF;text-align: left;}
.com-cont .titles h2{color:#FFFFFF;font-size:38px; font-weight: bold; padding-bottom: 3px;border-bottom: 2px solid #fff;margin-bottom: 10px;margin-top: 20px;display: inline-block;}
.com-cont .titles h3{color:#FFFFFF;font-size:20px; font-weight: 500; text-align: left; line-height: 1;}
.com-cont .desc{color:#FFFFFF; font-size:14px; line-height: 2;}

.com-items{flex:1; background-color: #ffffff; padding-bottom:2rem;}
.com-items ul{padding:30px;}
.com-items ul li{width:46%; margin: 2%; float: left;}
.com-items ul li em{font-size:3rem; color:var(--color1)}
.com-items ul li h5{font-size:22px; font-weight: bold;}
.com-items ul li .desc{font-size:14px; line-height: 25px; color:#333; margin-top:1rem;}

.com-cont .btn1{margin-top:50px;}
.com-cont .btn1 a{padding:10px 50px; border-radius: 50px; font-size:16px; border:1px solid #FFFFFF;}
.com-cont .btn1 a:before{border-radius: 50px;}
.com-section .com-img{max-width:800px;width: 50%;}
.com-img img{max-width:100%;}
@media screen and (max-width: 1440px)
{
	.com-section .com-img{display: none;}
}
@media screen and (max-width: 1023px)
{
	.com-section{padding:0px 0px 50px 0px; background-size:cover; background-repeat: no-repeat;}
	.com-section .com-wrap{flex-direction: column;    padding: 20px;}
	.com-section .com-cont{width:100%;align-items: center;padding-bottom: 3rem;}
	
}

@media screen and (max-width: 767px)
{
	.com-cont .titles h3{ display: none;}
	.com-items ul li{width:100%;text-align: center;}
	.com-cont .desc{background: rgb(0 0 0 / 10%);line-height: 2;padding: 1rem;}
}
@media screen and (max-width: 430px)
{
	.com-cont .titles h3{font-size:1.2rem;margin-top: 0px; display: none;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
 



/*============================================
service-section
===========================================*/
.service-section{ padding:100px 0px 20px 0px;}
.service-section .titles{font-family: var(--ff6-l);}
.service-section .titles h2{font-family: var(--ff2);}
.service-section .titles h3{font-size:var(--t2);margin-top:1rem; margin-bottom: 1rem;font-weight: 300;display: flex;flex-direction: column;align-items: center;}
.service-section .titles h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--color1-h);
	margin-top:1rem;
}
.service-cont{}
.service-cont ul {
    display: flex;
    flex-direction: row;
}

.service-cont li {
    flex: 1;position: relative;
}

.service-cont li a {
    display: block;
    width: 100%;
    height: 320px;
    padding-bottom: 6px;
    position: relative;
}

.service-cont li .casesbg {
    height: 320px;
    width: 100%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.service-cont li .casesico {
    padding-top: 58px;
        text-align: center;
}

.service-cont li .casesico img {
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
}

.service-cont li .casesico img:nth-child(2) {
    display: none;
}

.service-cont li .casesname1 {
    padding-top: 30px;
    font-size: 18px;    text-align: center;
    color: #333
}

.service-cont li .casesname2 {
    color: #797979;
    padding-top: 8px;
        text-align: center;
    position: relative;
    height: 52px;
	font-size: 14px;
    font-family: var(--ff6-l);
}

.service-cont li .casesname2 em {
    position: absolute;
    bottom: 0px;
    left: 45%;
    display: block;
    width: 21px;
    height: 1px;
    background: #000;
}

.service-cont li .casesbottom {
    display: none;
    margin-left: 0;
    width: 100%;
    height: 6px;
    background: #ff6600;
}

.service-cont li:hover .casesbottom {
    display: block;
}



.service-cont li:hover img {
    display: none;
}

.service-cont li:hover img:nth-child(2) {
    display: inline-block;
}

.service-cont li:hover .casesname1 {
    color: var(--color1-h);
}

.service-cont li:hover .casesname2 em {
    background: var(--color1-h);
}
.service-cont li:hover .casesico{ transform: rotateZ(360deg);    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}
.service-cont li:after {
    content: '';
    width: 10px;
    height: 15px;
    position: absolute;
    right:0px;
    top: 26%;
    background: url(../images/right.png);
    animation-name: fadeInLeft;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.service-cont li:nth-child(7):after {
display:none
}

@media screen and (max-width: 1023px)
{
	.service-section{padding:20px 0px;}
	.service-section .titles{padding:20px 15px 0px 15px;}
}
#c_static_001-1646730046270 .e_image-14 a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

#c_static_001-1646730046270 .e_image-14 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 960px) {
    .service-cont ul {
        flex-wrap: wrap;
    }

    .service-cont li {
        flex: 0 0 calc(100%/3);
    }
}


@media screen and (max-width: 1023px)
{
	#footer .foot-contact{display: block;}
	#footer .foot-col{display: block;}
	.service-section .titles h5{font-size: 1rem;line-height: 1.8;}
	.service-cont li{height:auto;}
	.service-cont li a{height:auto;}
	.service-cont li .casesbg{height:auto;}
	.service-cont li:after{top:50%;}
}

@media screen and (max-width: 767px)
{
	.service-cont li .casesname2{display:none;}
}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
hzhb-section 未使用
===========================================*/
.hzhb-section{background:#eeeeee;overflow: hidden;width:100%;padding-top: 60px;    padding-bottom: 100px;}
.hzhb-section .wrap{max-width: 1200px;}
.hzhb-section .hzhb-title{text-align: center;padding: 20px 0px;position: relative;background: url(../images/bg/bg_hz_t.gif) no-repeat center;
    height: 130px;
    margin-bottom: 50px;}
.hzhb-section .hzhb-title h3{font-size: 34px;
    color: #212121;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 50px;margin-top: 30px;}
.hzhb-section .hzhb-title h5 {ffont-size: 18px;
    margin-bottom: 25px;
    color: #212121;
    font-weight: 300;
    max-width: 900px;
    margin: auto;
    line-height: 30px;
    margin-top: 10px;}

.hzhb-section ul{padding: 0px;margin: auto;}
.hzhb-section ul li{width: 240px;height: 135px;float: left;line-height: 0;border-bottom: #ddd 1px solid;position: relative;}
.hzhb-section ul li span{ display:block; position:relative;width: 240px;height: 135px;}
.hzhb-section ul li span:before{content: "";width: 1px;height: 100%;background: #ddd;position: absolute;top: 0;right: 0;z-index: 20;}
.hzhb-section ul li span:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;bottom: 0;left: 0;z-index: 20;}
.hzhb-section ul li img{width: 240px;height: 135px;
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;*/ }
.hzhb-section ul li:hover img{
/*-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);*/}
.hzhb-section ul li:nth-child(5n):before{background: none;}
.hzhb-section ul li:hover span{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);z-index: 1;}


/*============================================
about-section
===========================================*/
.about-section{padding: 100px 0px;
    background: #ffffff;background-position: bottom;}
.about-title {
    color: #00396f;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-subtitle {
    color: #00396f;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.about-title h2{font-size: 32px;}
.about-title h4{font-size: 24px;}

.about-section p {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 2rem;
}

.about-image{display: flex;justify-content: flex-end;}
.about-image img{max-width: 100%;}
		
/*============================================
vision-cont
===========================================*/



.vision-section {
    position: relative;
}
#vision
{
	min-height: 646px;
   /* background-size: cover;*/
    background-position: center;
    /* background-attachment: fixed; */
    display: flex;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    /* text-transform: uppercase; */
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    /*background-attachment: fixed;*/
}
.vision-subtitle {
    font-size: 20px;
}

/*============================================
vision-ad
===========================================*/
.vision-ad{background:#014998;padding: 2rem 0px;}
.vision-ad ul{display: flex;justify-content: space-between;align-items: center;flex-direction: row;flex-wrap: wrap;}
.vision-ad ul li{padding:10px 0px;}
.vision-ad ul li{color:#FFFFFF;text-align: center;}
.vision-ad ul li em{font-size:3.4rem;}
.vision-ad ul li p{}

/*============================================
solution-section
===========================================*/
.solution-section{padding-top: 10px;margin-top: 100px;padding-bottom:80px; overflow:hidden; width:100%;position: relative;}
.solution-section .wrap{position: relative;}

.solution-section .section-title{position:absolute; top:0px; left:calc(((100% - 1500px) / 2) - 40px);z-index: 10;}
.solution-section .section-title h2{margin-left:-50px;}
.solution-cont{width:auto}
.solution-cont dl{width:100%;height: 640px; display:flex;justify-content: space-between;align-items: center;position: relative;    overflow: hidden;}
.solution-cont dt{width:calc(100% / 2); overflow: hidden; padding-left:calc((100% - 1500px) / 2);color: #002d4b;}
.solution-cont dt h3{font-size: 40px;line-height: 40px;margin-bottom: 20px;color: #002d4b;padding-top: 50px;}
.solution-cont dt .text{padding: 0;font-size: 16px;line-height: 34px;height: 102px;overflow: hidden;color: #002d4b;font-weight: 500;padding-right: 50px;}
.solution-cont dd{width: 960px;height: 640px;overflow: visible;position: absolute;left: 50%;top: 0px;}
.solution-cont dd img{max-width:none;height: 640px; width:100%;}
.solution-cont.owl-theme .owl-dots{margin-top: 60px;}
.solution-cont.owl-carousel .owl-dots .owl-dot.active span,.solution-cont.owl-carousel .owl-dots .owl-dot:hover span{border-color: #91c53c;opacity: 0.8;background: #91c53c;width: 40px;border-radius: 10px;}

.solution-cont .btn1 a{border:1px solid #ccc; background:none; color:#002d4b;}
.solution-cont .btn1 a:hover{color:#FFFFFF;border-color:#33bef2;}
.solution-cont .btn1 i{color: #91c53c; margin-right:10px}
.solution-cont .btn1 a:hover i{color: #FFFFFF;}





/*============================================
news-section
===========================================*/
.news-section{width:100%;padding: 80px 0px;}
.news-titles{display:flex;flex-direction: column; justify-content: center; margin: auto;width:100%;align-items: center;}
.news-titles h3{font-size:50px;  font-weight: bold; text-transform: uppercase;}
.news-titles h5{font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 1rem;}
.news-cont{width:100%;  padding:1rem 5%; margin-top:3rem;}
.news-list {display: flex;flex-wrap: wrap;}
.news-list li{/*width:calc((100% / 4) - 2rem);*/ width:100%;}
.news-list li .img{width:100%; overflow: hidden;}
.news-list li .img img{max-width:100%;height:100%;}
.news-list li .wz{display:flex; flex-direction: column; color:#000;}
.news-list li .wz h3{font-size:34px;font-weight: 500; line-height: 1; color:#000;}
.news-list li .time{font-size:20px;font-weight: 500;padding-bottom: 1rem;padding-top: 1rem;}
.news-list li .wz .more2{margin-top:auto; margin-right:auto; padding-top:1rem;}
.news-list li .wz .more2{font-size:20px;font-weight: 500; text-decoration: underline; text-transform: capitalize;}
.news-list li:hover .img img{transform:scale(1.05);transition: 0.5s;}
.news-list li:hover .wz .more2{color:var(--color1);}
.news-cont .more{text-align: left;margin-top:2rem;}
.news-cont .more a{font-size:26px;font-weight: 500; }
.news-cont .more a i:before{content:"\e60d";font-family: "iconfont"; padding-left:5px;}
.news-cont .more a:hover{color:var(--color1);text-decoration: underline;}

@media screen and (max-width: 1600px)
{
	.news-titles h3{font-size:2rem;}
	/*.news-titles h5{font-size: 1.5rem;font-weight: 300;}*/
	.news-list li .wz h3{font-size:1.5rem; line-height: 1.5;}
}

@media screen and (max-width: 1023px)
{
	.news-section{padding: 50px 15px;}
}

@media screen and (max-width: 767px)
{
	.news-titles h3{font-size:2rem;}
	.news-titles h5{font-size: 1.5rem;font-weight: 300;line-height: 2;}
	.news-cont{margin-top:1rem;}
	.news-list li .wz h3{font-size:2rem; line-height: 1.5;}
}
@media screen and (max-width: 430px)
{
	.news-titles h3{font-size:1.5rem;}
	.news-titles h5{font-size: 1.2rem;font-weight: 300;line-height: 2;}
	.news-list li .wz h3{font-size:1.5rem; line-height: 1.5;}
}

@media screen and (max-width: 414px){}

@media screen and (max-width: 375px){}

@media screen and (max-width: 360px){}

@media screen and (max-width: 320px){}
/*============================================
lx-section
===========================================*/
.lx-section{width:100%;padding: 0px 0px;background-repeat: no-repeat; background-size: cover; background-position: center;}
.lx-wrap{width:100%; padding:140px 10vw;display:flex; flex-direction: row;justify-content: space-between;}
.lx-wrap .lx-cont{flex:2; color:#FFFFFF;}
.lx-cont .lx-titles{ font-weight: bold; padding-bottom:1rem;}
.lx-cont .lx-titles h3{font-size:70px;}
.lx-cont .lx-titles h5{font-size:40px;}
.lx-cont ul{}
.lx-cont ul li{ display:flex; margin:1rem 0px;align-items: center;}
.lx-cont ul li i{width:90px;height: 90px; display:flex; justify-content: center;align-items: center; border-radius: 90px; border:1px solid #e8e7e7;}
.lx-cont ul li i:before{width:70px; height: 70px;background:#e8e7e7;border-radius: 70px; font-size:34px;color:rgba(0,0,0,0.5);font-family: 'iconfont';display: flex;align-items: center;justify-content: center;}
.lx-cont ul li:nth-child(2) i:before{font-size:28px;}
.lx-cont ul li:nth-child(3) i:before{font-size:40px;}
.lx-cont ul li div{display:flex; flex-direction: column;margin-left:10px;}
.lx-cont ul li div span{font-size:16px;font-weight: 300;}
.lx-cont ul li div p{font-size:20px; font-weight: 300;}
.form-box{flex:3; padding-left:1rem;}
.form-box{background-color: rgba(255,255,255,0.8); padding:50px;}
.form-box h3{margin:20px auto 40px auto; font-size:40px; font-weight: 500; color:#000000; position: relative;}
.form-box h3:after {
    content: "";
    background: var(--color4);
    height: 100%;
    width: 10px;
    position: absolute;
    left: -50px;
    top: 0;
}
.form-box input[type=text], .form-box input[type=email], .form-box textarea {background: transparent;border:0;outline:none;font-size: 1.1rem;}
.form-box input[type=text], .form-box input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 0;
    margin-bottom: 28px;
    width: 100%;
}
.form-box input[type=text]:focus, .form-box input[type=email]:focus, .form-box textarea:focus{border-bottom: 1px solid #dfdce6;}
.form_item{width:100%; padding:0px;float: left;position: relative;font-size: 1.1rem;}
.InputErr {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #ffa53a;
    font-size: 20px;
}
/*.form_item label.InputErr {
    display: none;
}*/
.form_item_all{width:100%;}
.form-box .search_btn{color: #fff;
    background-color: var(--color1);
    background-image: none;border:0px;
    letter-spacing: .05rem;
    padding: 0.8rem 4.5rem;
	margin: auto;display: block;
    overflow: hidden;border-radius: 3rem;outline:none;}
.form-box .search_btn:hover {
	cursor: pointer;
    color: #ffffff;
    background-color: #F4BC16;
}

.form-box { }
  .form-box input[type=text],
  .form-box input[type=email],
  .form-box textarea {
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .form-box input[type=text],
      .form-box input[type=email],
      .form-box textarea {
        transition: none; } }
  .form-box input[type=text],
  .form-box input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 20px;
    margin-bottom: 18px;
    width: 100%; }
  .form-box textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;overflow: hidden;
    padding: 15px;
    padding-left: 20px;
    margin-bottom: 18px;
	height: 80px;}
  .form-box .form-submit-btn {
    padding: 12px 32px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    transition: all 300ms; }
  .form-box .form-submit-btn:hover {
    border-width: 2px;
    border-style: solid;
    background: none; }
  .form-box .form-input-label {
    padding: 0;
    padding-left: 15px;
    line-height: 0;
    margin: 0; }
  .form-box input[type=submit] {
    margin-top: 15px; }
  .form-box.white-form input[type=text],
  .form-box.white-form input[type=email] {
    background: #ffffff;
    border: 1px solid #eee; }
  .form-box.white-form textarea {
    background: #ffffff;
    border: 1px solid #eee; }

@media screen and (max-width: 1440px)
{
	.lx-wrap .lx-cont{flex:1;}
	.lx-cont .lx-titles h3{font-size:2.6rem;}
	.lx-cont .lx-titles h5{font-size:1.8rem;}
	.form-box{flex:1;}
	.lx-wrap{padding: 120px 10vw 80px 10vw;}
	.form-box{padding: 20px 50px;}
}
@media screen and (max-width: 1023px)
{
	.lx-section{background:var(--color1) !important; margin:2rem auto;}
	.lx-section .lx-wrap{display:flex; flex-direction: column;padding: 10vw;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 430px)
{
	.lx-section .lx-wrap{padding: 10vw 15px;}
}

@media screen and (max-width: 414px){}

@media screen and (max-width: 375px){}

@media screen and (max-width: 360px){}

@media screen and (max-width: 320px){}



@media screen and (max-width: 1023px)
{
	.row{display:flex;}
	.about-section{padding-top:50px;}
	.about-title h2{font-size:1.8rem;}
	.about-section h4{font-size: 1.5rem;line-height: 1.8rem;}
	.about-section p{font-size: 1rem;line-height: 2rem;}
	.about-image{margin-top:40px;}
	
	#vision{min-height:100vw;}
	#vision .container{padding: 50px;}
	.vision-subtitle  span{font-size:unset !important;}
	.vision-ad .owl-theme .owl-dots{margin-top:20px;}
	
	.solution-section{margin-top: 20px;}
	.solution-section .section-title{position:relative; top: unset; left: unset;padding-left: 20px; padding-bottom:20px;z-index: 100;}
	.section-title h2{font-size: 5rem;}
	.solution-section .section-title h2{ margin-left:auto;}
	.solution-cont dl{flex-direction: column-reverse;}
	.solution-cont dt{width:100%;padding: 10vw;}
	.solution-cont dt .text{padding-right: 0px;}
	.solution-cont dd{width:100%; max-width:100%; height: auto;position: relative;left: unset;top: unset;}
	.solution-cont dd img{max-width:100%;height:auto;}
	
	.ad-section{padding:50px 0px 0px 0px;}
	.ad-section .ad-cont{flex-direction: column;padding:0px;}
	.ad-img{position: relative; top: unset; right:unset;width: 100%;}
	.ad-img img{max-width:100%; height: auto;}
	.ad-c{width:100%;padding: 5vw;}
	.ad-c h2 b{font-size:2rem; padding-top:20px;padding-bottom: 30px;}
	.ad-c h2 i{font-size:5rem;}
	.ad-c-desc{margin-top:20px;}
	
	.knowledge-block{width: 100%;padding: 5vw 10vw;}
	
	.news-item__title{margin: 2vw 0 !important;}
	.news-item__teaser{font-size: 1.2rem;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 425px)
{
	.about-title h2{font-size:1.6rem;}
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{
	.about-title h2{font-size:1.5rem;}
	.about-section h4{font-size: 1.2rem;line-height: 1.8rem;}
}
@media screen and (max-width: 320px)
{
	
}